This crate defines the CharDevice
struct, a simple wrapper around
std::fs::File
for character devices.
Support for async-std and tokio is temporarily disabled until those crates contain the needed implementations of the I/O safety traits.
This crate defines the CharDevice
struct, a simple wrapper around
std::fs::File
for character devices.
Support for async-std and tokio is temporarily disabled until those crates contain the needed implementations of the I/O safety traits.